feat: bump @tginternal/editor to 1.18.0 - html entity placeholder highlighting - #3766
Conversation
Adds light/dark colors for the new "entity" placeholder (decoded HTML entities) rendered by @tginternal/editor, matching the tag colors but slightly lighter.
📝 WalkthroughWalkthroughAdds an Entity Placeholder Colors
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
The 1.18.0 release adds the "entity" placeholder that decodes and highlights HTML entities (é, , ...) in the translation editor. Paired with the entity theme colors added earlier.
|
@bdshadow PR name should probably include @tginternal/editor bump |
# [3.208.0](v3.207.0...v3.208.0) (2026-07-01) ### Features * bump @tginternal/editor to 1.18.0 - html entity placeholder highlighting ([#3766](#3766)) ([23048d5](23048d5))
This pr must go after: tolgee/editor#9 is merged and version of the editor updated.
Adds light/dark colors for the new "entity" placeholder (decoded HTML entities) rendered by @tginternal/editor, matching the tag colors but slightly lighter.
A user was complaining that translations were not readable. Now it's like this:
Summary by CodeRabbit
New Features
Chores